Request
curl --location 'https://openapi.gs-robot.com/openapi/v3/tasks/fusion/work-modes/list' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{token}}' \
--data '{
"robotSn": "TEST00-0000-000-B088"
}'
Version requirement: This API is supported only on AIO software version 1.6 and later.
Response
{
"code": 0,
"data": [
{
"configType": "strength",
"defaultStrength": "middle",
"hasStrength": true,
"id": "wm-1",
"mode": "wash",
"recommended": true,
"strengthOptions": [
"middle"
],
"subTaskEnabled": false,
"subType": "wash",
"type": 0
}
],
"msg": "success"
}